In the name of Allah, Most Gracious, Most Merciful.

I was creating my label control & I was faced with a problem in drawin texts to transparent control , I made a search and I found AlT's submission on planet-source-code.com

See : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=56381&lngWId=1

I learnt from it :

-How to draw to transparent control.
-The DT_WORDBREAK constant and how easy to add the WordWrap property.
-The Extender thing (was the first time to hear about).


Any other similarity is by chance & by the ActiveX Ctrl Interface Wizard ;) .

Much thanks to AlT.